body {
    overflow:scroll;
}
a {
    color: inherit;
    /* 继承父元素的文字颜色 */
    text-decoration: none;
    /* 去掉下划线 */
    cursor: hand;
    /* 将鼠标样式设置为默认样式 */
}
.j-c-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #009bdf;
}
.search-view{
    border: 1px solid #aaa;
    overflow:hidden;
    height: 35px;
    width:220px;
    box-sizing: border-box;
    position: relative;
}
.search-view input{
    padding-left: 15px;
    padding-right: 40px;
    outline: none;
    border: none;
    height: 35px;
    width: 100%;
    font-size: 12px;
    color: #999;
}

.search-view .search-icon{
    width: 20px;
    height:20px;
    position: absolute;
    top:6px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
 }

.title-box {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #009bdf;
    padding: 13px 5px 13px 0;
}

.title-box2 {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    padding: 13px 5px 13px 0;
}

.title-box2 h4 {
    color: #004b98;
    font-size: 16px;
    font-weight: 400;
}

.title-box2 .more {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    color: #282828;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
}

.title-box h4 {
    color: #004b98;
    font-size: 16px;
    font-weight: 400;
}

.title-box .more {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    color: #282828;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
}


.footer {
    box-sizing: border-box;
    background-color: rgb(0, 75, 152);
    height: 35px;
}

.footer .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.11);
}

.footer .center-box {
    width: 1200px;
    margin: 0 auto;
}

.footer .center-box .footer-top {
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer .center-box .footer-bot {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.link {
    background-color: #fff;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgb(152, 152, 152);
    font-size: 12px;
}



.index {}

.header {
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: -moz-linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background: -o-linear-gradient(top, none, none);
    background: -ms-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);

    position: relative;
    width: 100%;
    min-width: 1200px;
    background-size: auto;
}


.header .center-box {
    width: 1200px;
    height: 108px;
    position: relative;
    margin: 0 auto;
}

.header .center-box .header-top {
    height: 110px;
    width: 100%;
    z-index: 8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .center-box .logo {
    width: 86px;
    height: 88px;
    margin-right: 12px;
}

.header .center-box .title {
    font-size: 30px;
    font-weight: 400;
    height: 44px;
    width: 443px;
}

.index .header .center-box .btn {
    /* height: 44px; */
    /* width: 80px; */
    /* color: #666666;*/
    font-size: 12px;
}

.header .center-box .btn p {
    height: 25px;
    font-size: 12px;
}

.header .center-box .qrcode {
    width: 86px;
    height: 88px;
    margin-right: 12px;
}

.header .line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.09);
}

.header .line1 {
    position: absolute;
    top: 109px;
    left: 0px;
}

.header .line2 {
    position: absolute;
    top: 159px;
    left: 0px;
}

.header .navigation {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.header .nav {
    height: 50px;
    width: 1200px;
    margin: 0 auto;
}

.header .navItem {
    float: left;
    height: 50px;
    line-height: 50px;
    width: 11%;
    color: #004b98;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    display: block;
}

.header .navItem:hover {
    color: #000000;
}

.index .main {
    min-width: 1200px;
    position: relative;
    background-color: rgb(243, 243, 243);
    background-image: url(http://ntemimg.wezhan.cn/contents/sitefiles2040/10201495/images/-41857.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: auto;
    box-sizing: border-box;
    padding: 15px 0;
}

.index .center-box {
    width: 1200px;
    margin: 0 auto;
}

.index .main .box {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}


.index .main .box .card {
    height: 319px;
    width: 390px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10px 10px;
}

.card3 {
    height: 303px !important;
}

.index .main .box .card .content-text {}

.index .main .box .card .content-text .content-img {
    width: 368px;
    height: auto;
}

.index .main .box .card .content-text p {
    line-height: 1.75;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-top: 10px;
}

.index .main .box .card .content-img {
    background-color: rgb(231, 238, 245);
    width: 100%;
    height: 235px;
    box-sizing: border-box;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index .main .box .card .content-img .icon {
    width: 60px;
    height: 60px;
}

.index .main .box .card .content-img p {
    font-size: 24px;
    color: #1768a9;
    font-weight: bold;
    margin-top: 10px;
}

.index .main .box .card .news {
    margin-top: 8px;
}

.index .main .box .card .news li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    border-bottom: 1px dotted #CCC;
}

.index .main .box .card .news li .text {
    color: #777777;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 280px;
}

.index .main .box .card .news li .time {
    color: #BBB;
    font-size: 14px;
}


.index .main .box .card .about {
    margin-top: 25px;
}

.index .main .box .card .about li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.index .main .box .card .about li .icon {
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.index .main .box .card .about li span {
    font-size: 14px;
    color: #666;
}


.index .main .wallpaper {
    height: 210px;
    width: 1200px;
    margin: 0 auto 15px;
}

/* 关于鼎峰 */
.about .main {
    min-width: 1200px;
    position: relative;
    background-color: rgb(243, 243, 243);
    background-image: url(http://ntemimg.wezhan.cn/contents/sitefiles2040/10201495/images/-41857.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: auto;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

.about .main .center-box {
    width: 1200px;
    margin: 0 auto;
}

.about .main .card {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
}

.about .main .card .content {
    padding-top: 15px;
    color: #666666;
    font-size: 16px;
    line-height: 2
}

/* 学校动态 */
.dynamic .main {
    min-width: 1200px;
    position: relative;
    background-color: rgb(243, 243, 243);
    background-image: url(http://ntemimg.wezhan.cn/contents/sitefiles2040/10201495/images/-41857.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: auto;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dynamic .main .center-box {
    width: 1200px;
    margin: 0 auto;
}

.dynamic .main .card {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 20px 20px;
}

.dynamic .main .card .news {
    margin-top: ss0px;
}

.dynamic .main .card .news li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #CCC;
    height: 40px;
    box-sizing: border-box;
    padding-left: 10px;
}

.dynamic .main .card .news li:hover .text {
    color: #333;
}

.dynamic .main .card .news li .text {
    color: #666;
    font-size: 16px;
}

.dynamic .main .card .news li .time {
    font-size: 14px;
    color: #BBB;
}

/* 动态详情 */
.details .main {
    min-width: 1200px;
    position: relative;
    background-color: rgb(243, 243, 243);
    background-image: url(http://ntemimg.wezhan.cn/contents/sitefiles2040/10201495/images/-41857.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: auto;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

.details .main .center-box {
    width: 1200px;
    margin: 0 auto;
}

.details .main .tags {
    display: flex;
    align-items: center;
    margin-left: 15px;

}

.details .main .tag {
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.details .main .direction {
    font-size: 16px;
    color: #666;
    margin: 0 10px;
}

.details .main .card {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 70px 20px;
    margin-top: 15px;
}

.details .main .card .info {
    padding-top: 50px;
    padding-bottom: 15px;
}

.details .main .card .info .title {
    width: 100%;
    height: auto;
    color: #404040;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    word-wrap: break-word;
    word-break: normal;
}

.details .main .card .info p {
    margin-top: 25px;
}

.details .main .card .info p span {
    color: #999;
    font-size: 14px;
}

.details .main .card .line {
    width: 100%;
    height: 1px;
    background-color: rgba(221, 221, 221, 1);
}


.details .main .card .content {
    padding-top: 30px;
    color: #666666;
    font-size: 16px;
    line-height: 2
}

.details .main .card .prev,
.details .main .card .next {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    cursor: pointer;
}



.details .main .card .prev {
    margin-top: 50px;
}

.paging {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.paging .prev {
    display: inline-block;
    margin-right: 10px;
    width: 67px !important;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}

.paging .next {
    display: inline-block;
    margin-left: 10px;
    width: 67px !important;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}

.paging .li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    width: 30px !important;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}

.paging .num {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    /* width: 30px !important; */
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.paging .paging-input {
    padding: 0 10px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
    font-size: 12px;
    color: #666;
    margin-left: 5px;
}

.paging .paging-input-submit {
    border: 0px;
    width: 50px;
    background: #f2f2f2;
    height: 30px;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
    color: #ff7b00;
}